home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000148_news@watsun.cc.columbia.edu _Sat Jun 12 18:35:15 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA14953
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 12 Jun 1999 18:35:15 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA22888
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 12 Jun 1999 18:11:03 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. Message-ID: <3762DA05.B12F366E@asares.com>
  10. From: "Brian J. Corcoran" <corcoran@asares.com>
  11. Subject: c-kermit output to stderr on linux
  12. Date: Sat, 12 Jun 1999 22:07:01 +0000
  13. Organization: NETPLEX Internet Services - http://www.ntplx.net/
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. Hello,
  17.  
  18. I'm trying to get a kermit script to output info to stderr with the
  19. following command:
  20.  
  21. writeln error {text line}
  22.  
  23. ...but it's still outputing to stdout. Can anybody help with this?
  24.  
  25. If I can't get around the problem this way, is there an easy way to
  26. suppress all output from a script, except for certain text?
  27.  
  28. Finally, I've noticed writeln/write-line behaves as write when
  29. outputting to stdout (it doesn't include the new-line character). Is
  30. this correct behavior?
  31.  
  32. My configuration is as follows:
  33.  
  34. c-kermit 7.0.195 Beta 7 (and 5)
  35. redhat 5.2
  36. linux kernel 2.2.9
  37. bash 1.14.7
  38. PentiumII (one 266, one dual 333)
  39.  
  40. thanks,
  41. -brian
  42.  
  43. --
  44. /----------------------------------------------\
  45. | Brian J. Corcoran     | ASA Real Estate Svcs |
  46. | Systems Developer     | 860.666.4198 fax     |
  47. | corcoran@asares.com   | 860.665.1000 x132    |
  48. *----------------------------------------------*
  49. |    Quark! Quark! Beware the quantum duck!    |
  50. \----------------------------------------------/
  51.  
  52.  
  53.